Add a patch to fix a build issue with utmpentry
svn path=/nixpkgs/trunk/; revision=24647
This commit is contained in:
parent
8ed1a21f2c
commit
477bb198c7
@ -10,6 +10,13 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ ncurses openssl flex bison ];
|
buildInputs = [ ncurses openssl flex bison ];
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchurl {
|
||||||
|
url = http://svn.exactcode.de/t2/trunk/package/games/bsd-games/dm-noutmpx.patch;
|
||||||
|
sha256 = "1k3qp3jj0dksjr4dnppv6dvkwslrgk9c7p2n9vipqildpxgqp7w2";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cat > config.params << EOF
|
cat > config.params << EOF
|
||||||
bsd_games_cfg_man6dir=$out/share/man/man6
|
bsd_games_cfg_man6dir=$out/share/man/man6
|
||||||
|
Loading…
Reference in New Issue
Block a user