file changes

This commit is contained in:
Efraim Flashner 2021-11-14 15:03:35 +02:00
parent 5a1d866c3d
commit 9597c24e12
Signed by: efraim
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 13 additions and 2 deletions

View file

@ -59,5 +59,5 @@
(description "πfs is a revolutionary new file system that, instead of
wasting space storing your data on your hard drive, stores your data in π!
You'll never run out of space again - π holds every file that could possibly
exist! They said 100% compression was impossible? You're looking at it!")
exist! They said 100% compression was impossible? You're looking at it!")
(license license:gpl3+))))

View file

@ -132,7 +132,7 @@
(invoke "pytest" "-v" "googletrans" "tests/test_utils.py"))
#t)))))
(propagated-inputs
`(("python-httpx" ,python-httpx-0.13)))
`(("python-httpx" ,python-httpx)))
(native-inputs
`(("python-mock" ,python-mock)
("python-pytest" ,python-pytest)))

View file

@ -57,6 +57,17 @@
(("/usr") "")
;; Skip documentation for now
((".*-C Documentation.*") ""))
(substitute* '("pbuilder-checkparams"
"pbuilder-loadconfig"
"pbuilder-satisfydepends-apt"
"pbuilder-satisfydepends-aptitude"
"pbuilder-satisfydepends-classic")
(("\\$\\{PBUILDER_PKGLIBDIR:-\\$PBUILDER_ROOT/usr/lib/pbuilder\\}")
(string-append out "/lib/pbuilder"))
(("\\$\\{PBUILDER_PKGDATADIR:-\\$PBUILDER_ROOT/usr/share/pbuilder\\}")
(string-append out "/share/pbuilder"))
(("\\$\\{PBUILDER_SYSCONFDIR:-\\$PBUILDER_ROOT/etc\\}")
(string-append out "/etc")))
(substitute* '("debuild-pbuilder"
"pbuilder"
"pbuilder-buildpackage"