Commit Graph

383 Commits

Author SHA1 Message Date
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
ghpzin
6bb48ed4ea
sbclPackages.cl-liballegro-nuklear: fix build
- remove patch that no longer applies as upstream includes that change
2024-09-05 19:21:47 +03:00
Paul Meyer
82be0f067d
treewide: remove some unreferenced patches (#338603) 2024-09-03 07:26:10 +02:00
K900
c101f846b3 sbclPackages.cl-fam: remove override to fix eval 2024-09-02 13:55:18 +03:00
Paul Meyer
4516a96db4 treewide: remove some unreferenced patches
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-31 13:31:24 +02:00
Kasper Gałkowski
0875a51bda sbclPackages.nyxt: remove
It's now built from release tarball with make. It's been removed from upstream quicklisp, too.
2024-08-22 17:00:38 +02:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Emily
fbda1dbfd6 treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
Kasper Gałkowski
131cdc5d2d sbclPackages.nyxt: removed overrides after quicklisp update
These fixes are now included in the standard packages.
2024-06-22 18:13:18 +02:00
Kasper Gałkowski
1e45362589 lisp-modules: use self instead of super when not overriding
It caused problems where unpatched dependencies were being picked up.
2024-06-22 18:13:18 +02:00
Kasper Gałkowski
f6f653bc59 sbclPackages.slynk: build from trunk, with extensions 2024-06-22 18:13:17 +02:00
Kasper Gałkowski
788e3f97ed sbclPackages.swank: build from trunk, with extensions 2024-06-22 18:13:17 +02:00
Kasper Gałkowski
a490a01f74 sbclPackages.cl-gobject-introspection: apply patch for recent SBCL 2024-06-22 18:01:28 +02:00
Kasper Gałkowski
2a5ff80275 sbclPackages.tuple: remove
It's an old package initially added for testing lisp modules.
2024-06-22 18:01:28 +02:00
Kasper Gałkowski
1d34f6c526 sbclPackages.ltk: use the latest version from quicklisp
It includes the fix for ABCL, for which this override was originally made.
2024-06-22 18:01:28 +02:00
Kasper Gałkowski
18dfb7e140 sbclPackages.cl-unicode: use the latest version from quicklisp 2024-06-22 18:01:28 +02:00
Kasper Gałkowski
8cd61aa964 sbclPackages.cffi: use newest version from quicklisp 2024-06-22 18:01:28 +02:00
Kasper Gałkowski
62a961cfcb sbclPackages.dissect: use trunk version with compilation fix 2024-06-22 18:01:28 +02:00
Kasper Gałkowski
af973aaa01 lisp-modules: update imported packages to October 2023 Quicklisp release 2024-06-22 18:01:27 +02:00
Robert Glossop
8601a83d69 sbclPackages.vk: add vulkan-loader dependency 2024-06-21 22:15:57 -07:00
Michal Atlas
28e2d04cf0
nyxt.cl-gobject-introspection: update to fix
Upstream explicitly fixes compatibility with the newest SBCL
2024-06-14 04:35:46 +02:00
Michal Atlas
00998ce02c
sbclPackages.coalton: init 2024-06-14 03:01:57 +02:00
Michal Atlas
96d481a065
sbclPackages.fset: 20200925 -> 1.4.0 2024-06-14 02:48:20 +02:00
Michal Atlas
048001f323
sbclPackages.misc-extensions: 20150608 -> 4.0.3 2024-06-14 02:38:45 +02:00
Kasper Gałkowski
fc43ded6ef lisp-modules: fix double prefix in wrapper pnames
sbcl-sbcl-with-packages -> sbcl-with-packages
2024-06-06 15:54:43 +02:00
Kasper Gałkowski
19c055c078 sbclPackages.jzon: use up to date version from quicklisp
In the meantime jzon had a 1.0.0 release and was added to quicklisp.
2024-06-05 18:14:34 +02:00
Kasper Gałkowski
6e2956f10b clasp-common-lisp: 2.2.0 -> 2.6.0
Same flags as in from debian/arch builds are used (mixed bytecode mode).

This release bundles dependencies that were previously fetched from their git
repositories. It means that the repo-pinning code can be deleted.

Clasp needs ASDF with changes not yet merged to the canonical repository. Such a
patch was added to the asdf derivation to avoid adding conditionals in the lisp
builder.
2024-06-05 02:24:58 +02:00
eriedaberrie
1084a605d4 sbclPackages.qlot-cli: init at 1.5.2 2024-05-14 21:04:45 -07:00
Kasper Gałkowski
fc5b715e1a nixos/clfswm: use sbclPackages - lispPackages was removed 2024-05-07 03:35:07 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Vonfry
16872991cb
sbclPackages.nyxt: 3.11.5 -> 3.11.6 2024-04-09 18:45:04 +08:00
7c6f434c
0a5af866fe
Merge pull request #299679 from Uthar/lisp-cephes-build
sbcl.pkgs.cephes: fix build
2024-03-28 11:01:54 +00:00
Kasper Gałkowski
b8daebef9a sbcl.pkgs.cephes: fix build
The package could not be built because it was trying to write the DLL into
$src. One way to fix that is to build the DLL beforehand. Perhaps "make" could
be convinced to put its outputs elsewhere, then the build-with-compile-into-pwd
could be swapped for just build-asdf-system. It would have to create $out during
buildPhase.
2024-03-28 08:39:17 +01:00
Vonfry
8aee8b68f2
sbclPackages.nyxt-gtk: 3.11.4 -> 3.11.5 2024-03-19 18:57:14 +08:00
Vonfry
84638cd317
sbclPackages.nyxt-gtk: 3.11.3 -> 3.11.4 2024-03-06 19:39:41 +08:00
Vonfry
1f833c436a
sbclPackages.nyxt-gtk: 3.11.2 -> 3.11.3 2024-02-21 18:36:42 +08:00
Vonfry
72619d0ddf
sbclPackages.nyxt: 3.11.1 -> 3.11.2 2024-02-07 11:30:07 +08:00
Vonfry
cb5cd3f59c
sbclPackages.nyxt: 3.11.0 -> 3.11.1 2024-01-24 18:34:39 +08:00
7c6f434c
fc50b2a10b
Merge pull request #282996 from KiaraGrouwstra/nyxt-patch-rm
nyxt-gtk: add `-f` flag to rm operation
2024-01-23 14:00:56 +00:00
Kiara Grouwstra
a081cfb27e nyxt-gtk: add -f flag to rm operation 2024-01-23 14:14:38 +01:00
Michael Raskin
6815a0077d nix-cl: provide the original pname as an attribute
Overrides often inherit pname from the overriden package, and if they
get the already-prefixed version, defaulting the systems list to [pname]
produces wrong (and unintuitive) results. So we keep the prefix in the
store paths for clarity, and nix-env sees disambiguated names with -i/-u
(which should not be used anyway); but overrides won't be broken.
2024-01-12 01:21:26 +01:00
7c6f434c
d5304c2bd0
Merge pull request #279937 from Uthar/issue-3283
lisp-modules: Prepend Lisp name before package name for lisp pkgs
2024-01-10 16:45:08 +00:00
Vonfry
bd42710521
sbclPackages.nyxt-gtk: 3.10.0 -> 3.11.0 2024-01-10 18:22:56 +08:00
Vonfry
b654d67322
sbclPackages.prompter: 0.1.1 -> 20240108-git 2024-01-10 18:22:55 +08:00
Kasper Gałkowski
3189f73489 lisp-modules: Prepend Lisp name before package name for lisp pkgs
Similar to how python3.pkgs does it
https://github.com/NixOS/nixpkgs/issues/277571#issuecomment-1879892844
2024-01-10 01:47:26 +01:00
Vonfry
f8e60526f4
sbclPackages.nasdf: deprecate 2023-12-13 19:36:13 +08:00
Vonfry
1d876084fc
nyxt: 3.9.0 -> 3.10.0 2023-12-13 19:36:13 +08:00
Vonfry
9ac7126460
sbclPackages.nkeymaps: 1.1.0 -> 1.1.1 2023-12-13 18:53:18 +08:00