mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
lensfun: switch to default make, move cmake to native build inputs
This commit is contained in:
parent
99a8c45bdd
commit
0244d8b094
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, zlib, libpng, gnumake3, cmake }:
|
{ stdenv, fetchurl, pkgconfig, glib, zlib, libpng, cmake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.3.95";
|
version = "0.3.95";
|
||||||
@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0218f3xrlln0jmh4gcf1zbpvi2bidgl3b2mblf6c810n7j1rrhl2";
|
sha256 = "0218f3xrlln0jmh4gcf1zbpvi2bidgl3b2mblf6c810n7j1rrhl2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ glib zlib libpng cmake gnumake3 ];
|
buildInputs = [ glib zlib libpng ];
|
||||||
|
|
||||||
configureFlags = [ "-v" ];
|
configureFlags = [ "-v" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user