mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
pam_login: Really apply `sys-stat-h.patch'.
svn path=/nixpkgs/trunk/; revision=21402
This commit is contained in:
parent
689914a5b2
commit
0df57866a6
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# To overcome a gcc 4.4 warning:
|
# To overcome a gcc 4.4 warning:
|
||||||
# "#ident is a deprecated GCC extension"
|
# "#ident is a deprecated GCC extension"
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
sed -i s/-Werror// configure
|
sed -i s/-Werror// configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user