Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # trelby
  2. (with pkgs; pythonPackages.buildPythonApplication rec {
  3. pname = "trelby";
  4. version = "2.2";
  5.  
  6. src = fetchurl {
  7. url = "https://github.com/trelby/trelby/releases/download/import/trelby-2.2.tar.gz";
  8. sha256 = "1rkjdzmwfhg41hxcpdmnnwyqb60148vxcbr0lf0bm9s4fi862rm4";
  9. };
  10.  
  11. doCheck = false;
  12. })
  13.  
  14.  
  15. ------
  16.  
  17. building '/nix/store/x6zz52s5cc6jbpvz5hijh2rz56i2r2fh-trelby-2.2.drv'...
  18. unpacking sources
  19. unpacking source archive /nix/store/fc0j2849f2aa3svkcw0f2rqq0l72qym1-trelby-2.2.tar.gz
  20. source root is trelby-2.2
  21. setting SOURCE_DATE_EPOCH to timestamp 1348658714 of file trelby-2.2/trelby/trelby.desktop
  22. patching sources
  23. configuring
  24. building
  25. Traceback (most recent call last):
  26. File "nix_run_setup", line 8, in <module>
  27. exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  28. IOError: [Errno 2] No such file or directory: 'setup.py'
  29. builder for '/nix/store/x6zz52s5cc6jbpvz5hijh2rz56i2r2fh-trelby-2.2.drv' failed with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement