libproxy: remove outdated comment

We no longer propagate dependencies so the comment is not relevant.
This commit is contained in:
Jan Tojnar 2019-09-02 22:21:27 +02:00
parent ecf6f4aeb1
commit a01a8544f7
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "10swd3x576pinx33iwsbd4h15fbh2snmfxzcmab4c56nb08qlbrs";
};
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig cmake ];