|
|
|
@ -1,15 +1,17 @@
|
|
|
|
|
# This file specifies the output hashes of "Ports".
|
|
|
|
|
# Ports not listed here can still be prepared, but will result in a hash mismatch.
|
|
|
|
|
|
|
|
|
|
{ buildPackages }:
|
|
|
|
|
with buildPackages; {
|
|
|
|
|
{ pkgs }:
|
|
|
|
|
with pkgs;
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
binutils = {
|
|
|
|
|
hash = "sha256-5JpEsIAe3GOZVb8kTMlfhmzku+aGs4/BttMu4xLsnsI=";
|
|
|
|
|
hash = "sha256-ERzYT3TjbK3fzRVN1UE7RM6XiPPeMKzkeulKx5IQa2o=";
|
|
|
|
|
nativeBuildInputs = [ autoconf ];
|
|
|
|
|
};
|
|
|
|
|
dde_bsd.hash = "sha256-Z2piyoOrNmXyEEp+kX5w/q4JTylYdSOocUrFeqjz13A=";
|
|
|
|
|
dde_ipxe.hash = "sha256-NJ129+DkxFg1fFHJBABBFRRjqEVNSz6v2hEB80AuEM4=";
|
|
|
|
|
dde_linux.hash = "sha256-aUp90z8dtn48QNUqGe1b08RzbESFmCJl7ECZf+lr0rg=";
|
|
|
|
|
dde_linux.hash = "sha256-xHAgeKfArgMGKCGHi0762qkUcY97vbiAQYjM/ZRXCes=";
|
|
|
|
|
dde_rump = {
|
|
|
|
|
hash = "sha256-Wr5otGkWEa+5xImsFHQzwap5LckNEbyWA/7xbNcOreI=";
|
|
|
|
|
nativeBuildInputs = [ subversion ];
|
|
|
|
@ -17,7 +19,7 @@ with buildPackages; {
|
|
|
|
|
};
|
|
|
|
|
expat.hash = "sha256-KpeM2ySmf+Ojx1mAj9n8lfX7iHaa7w5MPPKZcn4GpTc=";
|
|
|
|
|
gcc = {
|
|
|
|
|
hash = "sha256-ZF9P6xOHvSDN6oq4SN5jOEBBMGgGh6fXyDOgYdXHG1g=";
|
|
|
|
|
hash = "sha256-1AKjUbh8X5ips8pg0twpBTtc2qCVXGrbifJ/cf3yRcE=";
|
|
|
|
|
nativeBuildInputs = [ autoconf264 autogen ];
|
|
|
|
|
patches = [ ./gcc-port.patch ];
|
|
|
|
|
};
|
|
|
|
@ -27,7 +29,7 @@ with buildPackages; {
|
|
|
|
|
jpeg.hash = "sha256-RLVnlrnYGrhqr3Feikoi/BNditCaKN0u3t9/UDpl2wQ=";
|
|
|
|
|
libc = {
|
|
|
|
|
hash = "sha256-BSZcO25jbH8+OkJWGyJxxVYuQ4Y3yDt0DNsYcITwqxA=";
|
|
|
|
|
nativeBuildInputs = [ buildPackages.gcc ];
|
|
|
|
|
nativeBuildInputs = [ gcc ];
|
|
|
|
|
};
|
|
|
|
|
libiconv.hash = "sha256-25YcW5zo1fE33ZolGQroR+KZO8wHEdN1QXa7+MhwS78=";
|
|
|
|
|
libpng.hash = "sha256-hNmSWN4gEk4UIjzkGD4j5qFooMCVXLwcBeOeFumvh+4=";
|
|
|
|
|