Merge pull request #13124 from FRidh/buildPythonApplication

buildPythonApplication: use new function for Python applications
This commit is contained in:
Frederik Rietdijk
2016-02-23 16:02:10 +01:00
133 changed files with 195 additions and 195 deletions

View File

@@ -4,7 +4,7 @@
, enableBloat ? false
}:
pythonPackages.buildPythonPackage rec {
pythonPackages.buildPythonApplication rec {
name = "diffoscope-${version}";
version = "49";