diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 10:51:45 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:56:05 +0300 |
| commit | 842717ab4f4657d8c0f6f1966d094339da39d136 (patch) | |
| tree | 5450ccdca1342af4cae890fffb1bec32f34fafa7 /gnu | |
| parent | b8fda9fe1392c9143686a6d2c3539e212bcca523 (diff) | |
gnu: lightspark: Use maybe-nasm.
* gnu/packages/animation.scm (lightspark)[native-inputs]: Remove nasm,
add maybe-nasm.
Change-Id: Ib94108e235b1c58a6618762a149efb2e466e9471
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/animation.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index 255941c947e..3ba7126afd4 100644 --- a/gnu/packages/animation.scm +++ b/gnu/packages/animation.scm | |||
| @@ -238,12 +238,12 @@ contains the graphical user interface for synfig.") | |||
| 238 | (when tests? | 238 | (when tests? |
| 239 | (invoke "./tests"))))))) | 239 | (invoke "./tests"))))))) |
| 240 | (native-inputs | 240 | (native-inputs |
| 241 | (list gettext-minimal | 241 | (cons* gettext-minimal |
| 242 | `(,glib "bin") | 242 | `(,glib "bin") |
| 243 | nasm | 243 | perl |
| 244 | perl | 244 | pkg-config |
| 245 | pkg-config | 245 | python-wrapper |
| 246 | python-wrapper)) | 246 | (maybe-nasm))) |
| 247 | (inputs | 247 | (inputs |
| 248 | (list cairo | 248 | (list cairo |
| 249 | curl | 249 | curl |
