mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
libproxy: remove outdated comment
We no longer propagate dependencies so the comment is not relevant.
This commit is contained in:
parent
ecf6f4aeb1
commit
a01a8544f7
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "10swd3x576pinx33iwsbd4h15fbh2snmfxzcmab4c56nb08qlbrs";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig cmake ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user