summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-07-17 19:00:16 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-07-17 19:00:16 +0200
commit4efbe9620569c977cab38609de34e00d81c819fd (patch)
treef1a915a5cbbc5eb5eadeef93654ea847703b0030
parent9f37e91ec502b68e7a8ebc71b7bf37ad02092a0c (diff)
downloadnixlib-4efbe9620569c977cab38609de34e00d81c819fd.tar
nixlib-4efbe9620569c977cab38609de34e00d81c819fd.tar.gz
nixlib-4efbe9620569c977cab38609de34e00d81c819fd.tar.bz2
nixlib-4efbe9620569c977cab38609de34e00d81c819fd.tar.lz
nixlib-4efbe9620569c977cab38609de34e00d81c819fd.tar.xz
nixlib-4efbe9620569c977cab38609de34e00d81c819fd.tar.zst
nixlib-4efbe9620569c977cab38609de34e00d81c819fd.zip
pypy: fix two libraries (ZHF)
-rw-r--r--pkgs/development/interpreters/pypy/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/pypy/default.nix b/pkgs/development/interpreters/pypy/default.nix
index 0ff1c4317197..143bab575347 100644
--- a/pkgs/development/interpreters/pypy/default.nix
+++ b/pkgs/development/interpreters/pypy/default.nix
@@ -63,7 +63,9 @@ let
       cd ./lib_pypy
         ../pypy-c ./_audioop_build.py
         ../pypy-c ./_curses_build.py
+        ../pypy-c ./_pwdgrp_build.py
         ../pypy-c ./_sqlite3_build.py
+        ../pypy-c ./_syslog_build.py
         ../pypy-c ./_tkinter/tklib_build.py
       cd ..
     '';