mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pam_login: Really apply `sys-stat-h.patch'.
svn path=/nixpkgs/trunk/; revision=21402
This commit is contained in:
parent
689914a5b2
commit
0df57866a6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||
|
||||
# To overcome a gcc 4.4 warning:
|
||||
# "#ident is a deprecated GCC extension"
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
sed -i s/-Werror// configure
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue