Commit Graph

18 Commits

Author SHA1 Message Date
Sebastian Reuße
922e463e3d soulseekqt: don’t linger in a read-only directory after installing
It appears that the strip phase assumes that CWD is writable now (when using
mktemp) and will otherwise fail with:

    mktemp: failed to create file via template 'striperr.XXXXXX': No such file or directory

We now avoid this error by sticking to the build-directory and referencing files
from the AppImage by path.

References: #248569
2023-08-15 08:37:46 +02:00
Felipe Silva
bc74518252 soulseekqt: add main program
Should allow running soulseek with `nix run`.
2022-08-27 00:05:06 +02:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Jörg Thalheim
8313dacb11 treewide: remove trailing whitespace 2020-11-18 22:37:56 -08:00
Jörg Thalheim
72f6df338d remove genesis maintainer
genesis has no longer access to github
2020-11-18 22:37:56 -08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Bignaux Ronan
b979f51af4 soulseekqt: refactoring using appimageTools 2020-03-04 18:22:38 +01:00
Bignaux Ronan
30430c0b40 soulseekqt: fix icons, change unpack method, update homepage, more generic appimage handling 2020-03-04 16:15:19 +01:00
Jonathan Ringer
c83aaba739
soulseekqt: fix build
- Previous url returned a 404
- Updated expression to use new Qt utilities
- Cleaned up expression
2019-10-02 19:38:23 -07:00
volth
35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Ryan Mulligan
07f8104707 treewide: fix evaluation with allowAliases = false 2018-10-13 15:32:07 -07:00
Matthew Bauer
15aa8caf57
Merge pull request #44511 from bignaux/soulseekqt
soulseekqt : refactoring appimage manipulation to be more generic.
2018-10-08 14:03:15 -05:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Bignaux Ronan
ae7cc3eb5c soulseekqt : refactoring appimage manipulation to be more generic. 2018-08-06 11:45:21 +02:00
Bignaux Ronan
39ab7a0778 soulseekqt: 2016-1-17 -> 2018-1-30 (#44460) 2018-08-04 17:24:52 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Bignaux Ronan
96a3f1b546 soulseekqt: init at 2016-1-17 2018-03-06 15:21:50 +01:00