mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
dpkg: 1.22.11 -> 1.22.19 (#370245)
Mark broken on darwin. See https://github.com/NixOS/nixpkgs/pull/370245#discussion_r2126471012
This commit is contained in:
parent
e71704a72c
commit
57afa2783c
1 changed files with 3 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dpkg";
|
pname = "dpkg";
|
||||||
version = "1.22.11";
|
version = "1.22.19";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
|
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
|
||||||
rev = "applied/${version}";
|
rev = "applied/${version}";
|
||||||
hash = "sha256-mKyS0lPTG3ROcw8AhB4IdjNjvZK2YTGV9pbpjz/OLAc=";
|
hash = "sha256-lSuq5VqBj5yKusZaT50sOf82/wd2FeS4g2ILaZT0HPM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
@ -112,6 +112,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://wiki.debian.org/Teams/Dpkg";
|
homepage = "https://wiki.debian.org/Teams/Dpkg";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
maintainers = with maintainers; [ siriobalmelli ];
|
maintainers = with maintainers; [ siriobalmelli ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue