Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • R rust-card10
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Astro
  • rust-card10
  • Merge requests
  • !4

Add glibc_multi to build input, multiStdenv is not needed anymore

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged toon noot requested to merge toon/rust-card10:fix-nix-shell into master Aug 23, 2019
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

This enables me to build the example and rkanoid in nix-shell. I'm a bit confused, this should do the same thing:

multiStdenv.mkDerivation {
  buildInputs = [
    glibc
    ...
  ]
  ...
};

But this doesn't work for me.

Edited Aug 23, 2019 by toon noot
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-nix-shell