Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/minizip/default.nix

12 lines
242 B
Nix
Raw Normal View History

refactor to use autoreconfHook where possible Close #12446.
2016-01-17 23:04:40 +00:00
{ stdenv, zlib, autoreconfHook }:
minizip: New package based on zlib derivation. This is needed by Chromium and is part of the zlib source tree in contrib/, so let's propagate the version of zlib and use the same source tree. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-18 02:21:10 +01:00
stdenv.mkDerivation {
name = "minizip-${zlib.version}";
inherit (zlib) src;
refactor to use autoreconfHook where possible Close #12446.
2016-01-17 23:04:40 +00:00
nativeBuildInputs = [ autoreconfHook ];
minizip: New package based on zlib derivation. This is needed by Chromium and is part of the zlib source tree in contrib/, so let's propagate the version of zlib and use the same source tree. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-18 02:21:10 +01:00
buildInputs = [ zlib ];
refactor to use autoreconfHook where possible Close #12446.
2016-01-17 23:04:40 +00:00
sourceRoot = "zlib-${zlib.version}/contrib/minizip";
minizip: New package based on zlib derivation. This is needed by Chromium and is part of the zlib source tree in contrib/, so let's propagate the version of zlib and use the same source tree. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-18 02:21:10 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1819ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API